Skip to content

Commit

Permalink
🧪TEST: try gh_token again
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Jul 19, 2024
1 parent bad6116 commit f4b37fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deployment-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ on: # DEBUG TESTING VALUE
required: false
default: false
description: more verbose output for debugging purposes
env:
GH_TOKEN: ${{github.token}}

jobs:
updateIssue:
name: Update Project Issue
runs-on: ubuntu-latest

permissions: write-all

steps:
Expand All @@ -48,6 +47,7 @@ jobs:
shell: bash
env:
GITHUB_TOKEN: ${{ env.github_automationbot_token }}
GH_TOKEN: ${{ env.github_automationbot_token }}
run: |
echo "*********************************************"
Expand Down

0 comments on commit f4b37fa

Please sign in to comment.