Skip to content

Commit

Permalink
added permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 2, 2024
1 parent e19a296 commit 099c5b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,20 @@ jobs:

deploy:
needs: build
permissions:
actions: read
runs-on: ubuntu-latest
steps:
- name: Call data
run: echo "Result is $RESULT"
env:
RESULT: ${{ needs.build.outputs.result }}
- run: This run id is ${{ github.run_id }}
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: example
path: result
run-id: ${{ needs.build.outputs.run }}
github-token: ${{ github.secret }}
- run: ls -la ./result

0 comments on commit 099c5b9

Please sign in to comment.