Skip to content

Commit

Permalink
fix name of output used
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Aug 10, 2023
1 parent b045298 commit 802d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
jwt: ${{ steps.auth-token.outputs.jwt }}
- uses: actions/checkout@v3
with:
token: ${{ steps.auth-token.outputs.auth-token }}
token: ${{ steps.auth-token.outputs.access-token }}
- name: Set up installation local::lib
run: |
mkdir -p $RUNNER_TEMP/perl5/bin
Expand Down

0 comments on commit 802d1ad

Please sign in to comment.