Skip to content

Commit

Permalink
chore(github actions): replace token (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschweizer committed May 21, 2021
1 parent 639ee44 commit a797670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: dasch-swiss/dsp-ci-assets
token: ${{ secrets.ci_assets_pat }} # `GitHub_PAT` is a secret that contains the PAT.
token: ${{ secrets.GH_TOKEN }}
path: ci
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand Down

0 comments on commit a797670

Please sign in to comment.