Skip to content

Commit

Permalink
Include the GH_TOKEN environment explicity
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Sep 13, 2024
1 parent b2d2cfd commit 3dcef9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup-get-tested/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ outputs:

runs:
using: "composite"
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Set up get-tested
id: setup
Expand Down

0 comments on commit 3dcef9a

Please sign in to comment.