We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229f283 commit 3e3cf83Copy full SHA for 3e3cf83
.github/workflows/bump-fcs.yml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/checkout@v3
15
with:
16
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 }}
19
- name: configure .NET
20
uses: actions/setup-dotnet@v2
21
- name: restore tools
0 commit comments