File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66permissions :
77 contents : write
8+ actions : write
89 id-token : write
910
1011jobs :
4041 git add -A
4142 git commit -m "chore: reset next meetup to default"
4243 git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "HEAD:${GITHUB_REF_NAME}"
44+ gh workflow run deploy.yml --ref "${GITHUB_REF_NAME}"
4345 else
4446 echo "No changes to commit"
4547 fi
Original file line number Diff line number Diff line change 1010
1111permissions :
1212 contents : write
13+ actions : write
1314 id-token : write
1415
1516jobs :
4849 git add -A
4950 git commit -m "chore: set next meetup event"
5051 git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" "HEAD:${GITHUB_REF_NAME}"
52+ gh workflow run deploy.yml --ref "${GITHUB_REF_NAME}"
5153 else
5254 echo "No changes to commit"
5355 fi
You can’t perform that action at this time.
0 commit comments