We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fda459b + fcb6436 commit 0933f48Copy full SHA for 0933f48
1 file changed
.github/workflows/release-workflow.yaml
@@ -69,7 +69,7 @@ jobs:
69
if: steps.compile.outputs.firmware-version-updated == 'true'
70
uses: ad-m/github-push-action@v0.6.0
71
with:
72
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.ADMIN_TOKEN }}
73
branch: ${{ github.ref }}
74
75
- name: Create archive of target directory
0 commit comments