Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 26, 2024
1 parent cf827ab commit a8a5b47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_TOKEN_GITHUB }}
submodules: recursive

- name: Setup Godot build cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
clean: true
token: ${{ secrets.CI_TOKEN_GITHUB }}
submodules: recursive

- name: Setup Godot build cache
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
clean: true
token: ${{ secrets.CI_TOKEN_GITHUB }}
submodules: recursive

- name: Setup Godot build cache
Expand Down

0 comments on commit a8a5b47

Please sign in to comment.