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 1070b32 commit 90022a4Copy full SHA for 90022a4
1 file changed
.github/actions/deploy-setup/action.yml
@@ -69,7 +69,7 @@ runs:
69
env:
70
IS_DEV: ${{ inputs.is-dev }}
71
IS_RELEASE: ${{ inputs.is-release }}
72
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
73
- name: "Set up Git actions"
74
shell: bash
75
run: |
0 commit comments