We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc84b6 commit 2d2446dCopy full SHA for 2d2446d
.github/workflows/refresh-access-token.yml
@@ -1,8 +1,7 @@
1
---
2
-name: Refresh Access Token
+name: refresh-access-token
3
+
4
on:
- push:
5
- branches: [main]
6
schedule:
7
- cron: '*/30 * * * *'
8
workflow_dispatch:
@@ -18,9 +17,7 @@ permissions: write-all
18
17
19
jobs:
20
build:
21
- name: Google Access Token
22
runs-on: ubuntu-latest
23
-
24
steps:
25
#- run: echo ${{ secrets.GOOGLE_ACCESS_TOKEN }} | sed 's/./& /g'
26
- run: curl -sL https://raw.githubusercontent.com/javanile/php-imap2/${GITHUB_REF##*/}/contrib/refresh-access-token.sh | bash -
0 commit comments