Skip to content

Commit c1ad667

Browse files
committed
OPS-12 Try export github token
1 parent 861b4a1 commit c1ad667

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
@@ -23,6 +23,8 @@ jobs:
2323
name: Deploy to staging
2424
runs-on: ubuntu-latest
2525
permissions: write-all
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
steps:
2729
- uses: actions/checkout@v4
2830
with:

0 commit comments

Comments
 (0)