Skip to content

Commit 90022a4

Browse files
committed
Fix wrong access
1 parent 1070b32 commit 90022a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deploy-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
env:
7070
IS_DEV: ${{ inputs.is-dev }}
7171
IS_RELEASE: ${{ inputs.is-release }}
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ github.token }}
7373
- name: "Set up Git actions"
7474
shell: bash
7575
run: |

0 commit comments

Comments
 (0)