Skip to content

Commit

Permalink
Adding missing github.token env variable to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Aug 17, 2023
1 parent 8dbbc38 commit 0981a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
echo "merge_commit=$merge_commit" >> $GITHUB_OUTPUT
fi
done
env:
GH_TOKEN: ${{ github.token }}

- name: Determine build info
id: build_info
Expand Down

0 comments on commit 0981a00

Please sign in to comment.