Skip to content

Commit

Permalink
Update tagger.yml (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 27, 2024
1 parent 53c6935 commit 1588442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
name: Enzyme Tag CI
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
- uses: actions/create-github-app-token@v1
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
repository: JuliaPackaging/Yggdrasil
repositories: JuliaPackaging/Yggdrasil

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1588442

Please sign in to comment.