Skip to content

Commit

Permalink
Remove manual github token
Browse files Browse the repository at this point in the history
  • Loading branch information
timvancann committed Aug 3, 2023
1 parent 5815da5 commit 4eac1a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}

- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
Expand All @@ -36,7 +35,7 @@ jobs:
- name: Build and publish
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: |
set -euv
Expand Down

0 comments on commit 4eac1a5

Please sign in to comment.