workflows #2

Merged
hitanshu merged 19 commits from hitanshu/CFTunnels:workflows into workflows 2025-05-24 23:03:14 +00:00
Showing only changes of commit f31728ecb1 - Show all commits

View File

@ -22,7 +22,7 @@ jobs:
- name: Validate Gradle Wrapper - name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3 uses: gradle/actions/wrapper-validation@v3
- name: Check secrets - name: Check secrets
run: echo "my secret is ${{ secrets.ACCESS_TOKEN }}" run: echo "my secret is ${{ vars.TOKEN }}"
- name: Log in to Gitea Docker Registry - name: Log in to Gitea Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: