Skip to content

Commit

Permalink
Attempt to fix workflows in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Serious-senpai committed Oct 3, 2024
1 parent 00aad63 commit 1e9e501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
types: completed

permissions:
actions: read
contents: read

jobs:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
with:
name: pr-sha
path: /tmp/
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}

- name: Print pull request HEAD SHA
Expand Down

0 comments on commit 1e9e501

Please sign in to comment.