We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaca01 commit c1ea9ddCopy full SHA for c1ea9dd
.github/workflows/auto-tag.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
+ with:
21
+ token: ${{ secrets.CR_PAT }}
22
23
- name: Get version from deno.json
24
id: get_version
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
registry: ${{ env.REGISTRY }}
31
username: ${{ github.actor }}
32
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.CR_PAT }}
33
34
- name: Extract metadata (tags, labels) for Docker
35
id: meta
0 commit comments