Skip to content

Commit

Permalink
fix(setup-app-credentials): pin use-app-token action to commit sha (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobnijgh committed Jun 1, 2023
1 parent 0b32093 commit d501431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-app-credentials/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ outputs:
runs:
using: composite
steps:
- uses: wow-actions/use-app-token@v2
- uses: wow-actions/use-app-token@d7957e08172ca2e8e49b35b8d266ad585885edc7
id: generate-token
with:
app_id: ${{ inputs.app-id }}
Expand Down

0 comments on commit d501431

Please sign in to comment.