Skip to content

Commit c94f53f

Browse files
committed
OPS-12 Try export github token with GH
1 parent c1ad667 commit c94f53f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-to-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
# We do not have a real repo so we just tag the git repo and then the
4747
# simulate-environment-reporting-staging.yml will start reporting that
4848
# this environment is now running.
49+
env:
50+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4951
run: |
5052
COMMIT_SHA=$(jq -r '.[] | select(.name == "frontend") | .git_commit' /tmp/dev-env.json)
5153
TAG="running-staging-frontend"

0 commit comments

Comments
 (0)