Skip to content

Commit

Permalink
use automatic github token
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Jan 9, 2024
1 parent 8c6276e commit 2aa95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/failsafe_sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: check environment
run: |
Expand Down

0 comments on commit 2aa95d9

Please sign in to comment.