Skip to content

Commit

Permalink
fix: Update workflow to use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
haahauge committed Apr 2, 2025
1 parent aa765f5 commit c89c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTIONS }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Environment
run: |
Expand Down

0 comments on commit c89c154

Please sign in to comment.