There was an error while loading. Please reload this page.
1 parent 91805e0 commit f4ce4efCopy full SHA for f4ce4ef
1 file changed
.github/workflows/static-files.yml
@@ -12,8 +12,7 @@ jobs:
12
static:
13
runs-on: ubuntu-latest
14
permissions:
15
- contents: write
16
- id-token: write # Required for OIDC
+ contents: read
17
steps:
18
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
19
id: app-token
@@ -41,8 +40,6 @@ jobs:
41
40
bundle exec rake utilities:build
42
bundle exec rake docs:build
43
bundle exec rake static:dump
44
- - name: Set up git push credentials
45
- run: git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/${{ github.repository }}.git
46
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
47
with:
48
commit_message: Generating static files
0 commit comments