Skip to content

Commit

Permalink
Revert "Use permissions instead of token"
Browse files Browse the repository at this point in the history
This reverts commit 64658a1.
  • Loading branch information
Stypox committed Jan 24, 2025
1 parent 2f58466 commit 939f1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
ref: 'refactor'
token: ${{secrets.ACCESS_TOKEN}}

- name: "Determine next tag"
id: tagger
Expand Down Expand Up @@ -71,6 +70,7 @@ jobs:
if: ${{ env.do_release == 'true' }}
uses: ad-m/github-push-action@v0.8.0
with:
github_token: ${{secrets.ACCESS_TOKEN}}
branch: refactor

- name: "Sign release"
Expand Down

0 comments on commit 939f1c0

Please sign in to comment.