Skip to content

Commit

Permalink
ci: add missing access token
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Apr 20, 2024
1 parent 95914f2 commit eb16bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
token: '${{ secrets.REPO_ACCESS_TOKEN }}'
repository: 'Silverlan/pr_source'
debug-artifact-token: ${{ secrets.GITHUB_TOKEN }}
build-args: '--module=pr_mount_external --access-token-fgd=${{ secrets.UTIL_FGD_TOKEN }}'

- name: Create Release Files
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
token: '${{ secrets.REPO_ACCESS_TOKEN }}'
repository: 'Silverlan/pr_source'
debug-artifact-token: ${{ secrets.GITHUB_TOKEN }}
build-args: '--module=pr_mount_external --access-token-fgd=${{ secrets.UTIL_FGD_TOKEN }}'

- name: Create Release Files
shell: bash
Expand Down

0 comments on commit eb16bb7

Please sign in to comment.