Skip to content

Commit

Permalink
Pass GITHUB_TOKEN to commit status step
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Sep 14, 2024
1 parent ced6571 commit eaac389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/feature-test-2gp-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
shell: bash

- name: Set Commit Status
env:
GITHUB_TOKEN: "${{ secrets.github-token }}"
run: |
VERSION=$(cat cumulusci-flow.log | grep -o -E -m 1 "04t[a-zA-Z0-9]{15}")
gh api \
Expand Down

0 comments on commit eaac389

Please sign in to comment.