Skip to content

Commit 3e3cf83

Browse files
committed
use a PAT instead of GITHUB_TOKEN on the nightly FCS update
1 parent 229f283 commit 3e3cf83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump-fcs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
uses: actions/checkout@v3
1515
with:
1616
ref: nightly
17+
# using a custom token instead of GITHUB_TOKEN allows other workflows to trigger as a result of the push
18+
token: ${{ secrets.FCS_NIGHTLY_UPDATE_TOKEN }}
1719
- name: configure .NET
1820
uses: actions/setup-dotnet@v2
1921
- name: restore tools

0 commit comments

Comments
 (0)