Skip to content

Commit

Permalink
Fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilverdev committed Sep 4, 2023
1 parent f3148cb commit df497ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.for_latest == 'true' && 'latest' || needs.last_version.outputs.current_sha }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Restore Cache dependencies
id: restore-cache-deps
Expand Down Expand Up @@ -147,6 +146,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.for_latest == 'true' && 'latest' || needs.last_version.outputs.current_sha }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Download compiled files
uses: actions/download-artifact@v3
Expand Down

0 comments on commit df497ee

Please sign in to comment.