Skip to content

Commit

Permalink
Merge pull request #383 from asciidoctor/dependabot/github_actions/ti…
Browse files Browse the repository at this point in the history
…bdex/github-app-token-2.0

chore(deps): bump tibdex/github-app-token from 1.8 to 2.0
  • Loading branch information
dduportal authored Sep 11, 2023
2 parents 58dc438 + bf2e2b3 commit c73ff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
REPO_OWNER: ${{steps.get-repo-infos.outputs.owner}}
## When on principal branch, generate a temporary token to allow starting/modifying workflows
# Not using a PAT to avoid depending on a GitHub account
- uses: tibdex/github-app-token@v1.8
- uses: tibdex/github-app-token@v2.0
id: generate_token
if: github.ref == 'refs/heads/main'
with:
Expand Down

0 comments on commit c73ff30

Please sign in to comment.