Skip to content

Commit

Permalink
Merge pull request #123 from ASFHyP3/docker-use-github-token
Browse files Browse the repository at this point in the history
Use `GITHUB_TOKEN` in `test-and-build`
  • Loading branch information
jtherrmann authored Aug 2, 2023
2 parents 2975d80 + ca60208 commit 96a4fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
develop_branch: develop
user: tools-bot
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 96a4fcc

Please sign in to comment.