Skip to content

Commit

Permalink
Update secret for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zarianec committed Feb 4, 2022
1 parent d111b5b commit 262ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_PAT_FROM_ZEKE }}
token: ${{ secrets.ZEKE_PAT_WITH_REPO_AND_WORKFLOW_ACCESS }}
- name:
run: |
git config --global user.name "github-actions"
Expand Down

0 comments on commit 262ddc8

Please sign in to comment.