Skip to content

Commit

Permalink
use a PAT instead of GITHUB_TOKEN on the nightly FCS update
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Feb 25, 2023
1 parent 229f283 commit 3e3cf83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bump-fcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/checkout@v3
with:
ref: nightly
# using a custom token instead of GITHUB_TOKEN allows other workflows to trigger as a result of the push
token: ${{ secrets.FCS_NIGHTLY_UPDATE_TOKEN }}
- name: configure .NET
uses: actions/setup-dotnet@v2
- name: restore tools
Expand Down

0 comments on commit 3e3cf83

Please sign in to comment.