Skip to content

Commit

Permalink
Try using default token with custom permissions
Browse files Browse the repository at this point in the history
Issue gh-14993
  • Loading branch information
marcusdacoregio committed May 3, 2024
1 parent 62b3fe2 commit 8024b57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-antora-ui-spring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch:

permissions:
pull-requests: write
issues: write

jobs:
update:
name: Build
uses: spring-io/spring-security-release-tools/.github/workflows/update-antora-ui-spring.yml@7f9c379a5fa976c48285c83220b0a86ddc3a952c
secrets:
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8024b57

Please sign in to comment.