Skip to content

Commit

Permalink
Fix master merge token generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 22, 2024
1 parent 3f7d151 commit 61bbd13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/stable-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
dotnet run -c Release --no-build --project tools/Tgstation.Server.ReleaseNotes --token-output-file ${{ runner.temp }}/installation_secret.txt ${{ secrets.TGS_CI_GITHUB_APP_TOKEN_BASE64 }}
echo "INSTALLATION_TOKEN=$(cat ${{ runner.temp }}/installation_secret.txt)" >> $GITHUB_ENV
rm ${{ runner.temp }}/installation_secret.txt
env:
TGS_RELEASE_NOTES_TOKEN: ${{ secrets.DEV_PUSH_TOKEN }}

- name: Main Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 61bbd13

Please sign in to comment.