We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f985889 commit a976efaCopy full SHA for a976efa
.github/workflows/deploy-staging.yml
@@ -27,7 +27,7 @@ jobs:
27
id: create_release
28
uses: actions/create-release@v1
29
env:
30
- GITHUB_TOKEN: ${{ secrets.GH_ACTIOIN_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_ACTION_TOKEN }}
31
with:
32
tag_name: ${{ github.ref }}
33
release_name: Release ${{ github.ref }}
0 commit comments