We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3491073 commit cd57fe4Copy full SHA for cd57fe4
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Publish Release
35
shell: bash
36
env:
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DEV_TOOLKIT_TOKEN }}
38
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
39
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
40
SNAPCRAFT_TOKEN: ${{ secrets.SNAPCRAFT_TOKEN }}
0 commit comments