Skip to content

Commit 0933f48

Browse files
authored
Merge pull request #25 from RTGS-Lab/bug/workflow_permissions
using PAT instead of GITHUB_TOKEN
2 parents fda459b + fcb6436 commit 0933f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
if: steps.compile.outputs.firmware-version-updated == 'true'
7070
uses: ad-m/github-push-action@v0.6.0
7171
with:
72-
github_token: ${{ secrets.GITHUB_TOKEN }}
72+
github_token: ${{ secrets.ADMIN_TOKEN }}
7373
branch: ${{ github.ref }}
7474

7575
- name: Create archive of target directory

0 commit comments

Comments
 (0)