Skip to content

Commit

Permalink
fix: add GH_PAT to download-artifact for sufficient permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
amalv committed Jan 18, 2024
1 parent 92fb1de commit 998ff42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: deploy-url
github-token: ${{ secrets.GH_PAT }}
- name: Set deploy URL
id: url
run: echo "::set-output name=DEPLOY_URL::$(cat deploy-url.txt)"
Expand Down

1 comment on commit 998ff42

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.